POV-Ray : Newsgroups : povray.newusers : How can I do an arrow? : Re: How can I do an arrow? Server Time
30 Jul 2024 08:26:42 EDT (-0400)
  Re: How can I do an arrow?  
From: Florian Brucker
Date: 5 Aug 2004 16:39:24
Message: <41129afc$1@news.povray.org>


It would really help if you would give some more information about what 
you're trying to achieve. Do you want an arrow as a 3D-object, 
2D-object, on a texture, how should it look, etc.

Now I can only guess, so here's one (propably the simplest) way to 
create a 3D arrow:

union {
	cylinder { <-5,0,0>,<0,0,0>,1 }
	cone { <0,0,0>,2,<3,0,0>,0 }
	pigment { rgb<1,0,0> }
}


HTH,
Florian


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.